HipEventQueue.post

External API used for getting the input events inside an internal queue. This way the API can remains the same

  1. void post(uint id, EventType type, T ev)
  2. void post(uint id, EventType type, Gamepad ev)
    class HipEventQueue
    static
    void
    post
  3. alias post = EventQueue.post

Meta